requestSync
fun requestSync(groups: Boolean = true, configuration: Boolean = true, contacts: Boolean = true, blocked: Boolean = true)
Content copied to clipboard
Request other devices on the account send us their group list, syncable config, contact list, and block list.
Parameters
groups
Request group list sync (default: true)
configuration
Request configuration sync (default: true)
contacts
Request contact list sync (default: true)
blocked
Request block list sync (default: true)
Throws
if signald sends an error response or the incoming message is invalid
if the request to the socket fails